←Select platform

FindPatient(string,FindPatientOptions,List<Leadtools.Medical.WebViewer.ExternalControl.PatientInfo>) Method (MedicalWebViewerExternalController)

Summary

Finds all patients that match the specified search criteria.

Syntax

C#
VB
C++
public ControllerReturnCode FindPatient( 
   string patientID, 
   FindPatientOptions options, 
   System.Collections.Generic.List<Leadtools.Medical.WebViewer.ExternalControl.PatientInfo> patients 
) 
Public Function FindPatient( 
   ByVal patientID As String, 
   ByVal options As FindPatientOptions, 
   ByVal patients As System.Collections.Generic.List(Of Leadtools.Medical.WebViewer.ExternalControl.PatientInfo) 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindPatient( 
      String^ patientID, 
      FindPatientOptions^ options, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::PatientInfo^>^ patients 
   ) 

Parameters

patientID

The ID of the patient for which to search.

options

Options for the search.

patients

List of PatientInfo objects to be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Remarks

Pass 'null' for *

patientID The ID of the patient for which to search.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.WebViewer.ExternalControl Assembly
Click or drag to resize